org.castor.xmlctf.compiler
Class CompilationException
RuntimeExceptionorg.castor.xmlctf.compiler.CompilationException
public class CompilationException
extends RuntimeException
Exception that signals a compilation error.
Throwable | getCause()- Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
|
void | printStackTrace()- Print a stack trace to stderr.
|
void | printStackTrace(PrintStream s)- Print a stack trace to the specified PrintStream.
|
void | printStackTrace(PrintWriter w)- Print a stack trace to the specified PrintWriter.
|
CompilationException
public CompilationException()
Creates an instance of this exception type.
CompilationException
public CompilationException(String message)
Creates an instance of this exception type.
message - The error message
CompilationException
public CompilationException(String message,
Throwable cause) Creates an instance of this exception type.
message - The error messagecause - The root cause
CompilationException
public CompilationException(Throwable cause)
Creates an instance of this exception type.
getCause
public final Throwable getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- The throwable cause of this exception.
printStackTrace
public final void printStackTrace()
Print a stack trace to stderr.
printStackTrace
public final void printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
s - The PrintStream to print a stack trace to.
printStackTrace
public final void printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
w - The PrintWriter to print a stack trace to.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com