Class HJMPGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.persistence.hjmpgen.HJMPGeneratorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHJMPGeneratorException(Exception nested) Constructs anHJMPGeneratorExceptionwith the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HJMPGeneratorException
-
HJMPGeneratorException
Constructs anHJMPGeneratorExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-
Method Details
-
getCausedByException
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-