Class HJMPGeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.persistence.hjmpgen.HJMPGeneratorException
-
- All Implemented Interfaces:
java.io.Serializable
public class HJMPGeneratorException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HJMPGeneratorException(java.lang.Exception nested)HJMPGeneratorException(java.lang.String msg)Constructs anHJMPGeneratorExceptionwith the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ExceptiongetCausedByException()voidprintStackTrace(java.io.PrintStream ps)voidprintStackTrace(java.io.PrintWriter pw)
-
-
-
Method Detail
-
getCausedByException
public java.lang.Exception getCausedByException()
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTracein classjava.lang.Throwable
-
-