Package nl.rrd.wool.exception
Class WoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.rrd.wool.exception.WoolException
-
- All Implemented Interfaces:
Serializable
public class WoolException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWoolException.Type
-
Constructor Summary
Constructors Constructor Description WoolException(WoolException.Type type, String message)WoolException(WoolException.Type type, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description WoolException.TypegetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WoolException
public WoolException(WoolException.Type type, String message)
-
WoolException
public WoolException(WoolException.Type type, String message, Throwable cause)
-
-
Method Detail
-
getType
public WoolException.Type getType()
-
-