clojure.lang
Class Compiler.CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by clojure.lang.Compiler.CompilerException
All Implemented Interfaces:
Serializable
Enclosing class:
Compiler

public static class Compiler.CompilerException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 int line
           
 String source
           
 
Constructor Summary
Compiler.CompilerException(String source, int line, int column, Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source

public final String source

line

public final int line
Constructor Detail

Compiler.CompilerException

public Compiler.CompilerException(String source,
                                  int line,
                                  int column,
                                  Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2015. All Rights Reserved.