Package net.coderazzi.openapi4aws
Class O4A_Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.coderazzi.openapi4aws.O4A_Exception
-
- All Implemented Interfaces:
Serializable
public class O4A_Exception extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description O4A_Exception(String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static O4A_ExceptioninvalidType(String location)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
O4A_Exception
public O4A_Exception(String msg)
-
-
Method Detail
-
invalidType
public static O4A_Exception invalidType(String location)
-
-