Class DramaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.naradrama.prologue.util.exception.DramaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyExistenceException,ArgumentException,NoElementException,WrongRequestException
public class DramaException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DramaException(java.lang.String message)DramaException(java.lang.String message, Developer developer)DramaException(java.lang.String message, java.lang.Throwable t)DramaException(java.lang.Throwable t)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DramaExceptionnewOne(java.lang.String message, Developer developer)
-
-
-
Constructor Detail
-
DramaException
public DramaException(java.lang.String message, Developer developer)
-
DramaException
public DramaException(java.lang.String message)
-
DramaException
public DramaException(java.lang.String message, java.lang.Throwable t)
-
DramaException
public DramaException(java.lang.Throwable t)
-
-
Method Detail
-
newOne
public static DramaException newOne(java.lang.String message, Developer developer)
-
-