Package org.bedework.jsforj
Class JsforjException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bedework.jsforj.JsforjException
-
- All Implemented Interfaces:
Serializable
public class JsforjException extends RuntimeException
User: mike Date: 7/19/20 Time: 00:20- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsforjException()ConstructorJsforjException(String s)JsforjException(String s, String extra)JsforjException(Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetailMessage()StringgetExtra()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExtra
public String getExtra()
- Returns:
- String extra text
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable- Returns:
- String message and 'extra'
-
getDetailMessage
public String getDetailMessage()
- Returns:
- String message without 'extra'
-
-