org.castor.xmlctf.compiler

Class CompilationException


public class CompilationException
extends RuntimeException

Exception that signals a compilation error.

Constructor Summary

CompilationException()
Creates an instance of this exception type.
CompilationException(String message)
Creates an instance of this exception type.
CompilationException(String message, Throwable cause)
Creates an instance of this exception type.
CompilationException(Throwable cause)
Creates an instance of this exception type.

Method Summary

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.

Constructor Details

CompilationException

public CompilationException()
Creates an instance of this exception type.

CompilationException

public CompilationException(String message)
Creates an instance of this exception type.
Parameters:
message - The error message

CompilationException

public CompilationException(String message,
                            Throwable cause)
Creates an instance of this exception type.
Parameters:
message - The error message
cause - The root cause

CompilationException

public CompilationException(Throwable cause)
Creates an instance of this exception type.
Parameters:
cause - The root cause

Method Details

getCause

public final Throwable getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
Returns:
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.
Parameters:
s - The PrintStream to print a stack trace to.

printStackTrace

public final void printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
Parameters:
w - The PrintWriter to print a stack trace to.

Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com