com.github.marceloverdijk.lesscss4j
Class LessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.marceloverdijk.lesscss4j.LessException
All Implemented Interfaces:
Serializable

public class LessException
extends Exception

An exception that provides information on a LESS compilation error.

Author:
Marcel Overdijk
See Also:
Serialized Form

Constructor Summary
LessException(String message, Throwable cause)
          Constructs a new LessException.
LessException(Throwable cause)
          Constructs a new LessException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LessException

public LessException(Throwable cause)
Constructs a new LessException.

Parameters:
cause - The cause.

LessException

public LessException(String message,
                     Throwable cause)
Constructs a new LessException.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012. All Rights Reserved.