Package org.proxy4j.core
Class GenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.proxy4j.core.GenerationException
-
- All Implemented Interfaces:
Serializable
public class GenerationException extends RuntimeException
Exception indicating a failure in proxy generation.- Since:
- 1.0
- Author:
- Brennan Spies
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenerationException(String message)Creates aGenerationExceptionwith a message.GenerationException(String message, Throwable cause)Creates aGenerationExceptionwith a message and an underlying cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GenerationException
public GenerationException(String message)
Creates aGenerationExceptionwith a message.- Parameters:
message- The exception message
-
-