Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.musicxmltasks.exception.BaseException
com.musicxmltasks.lilypond.exception.LilypondException
com.musicxmltasks.lilypond.exception.BuildException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DurationException,NoteTypeException
public class BuildException extends LilypondException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BuildException(java.lang.Exception e)BuildException(java.lang.String message) -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetUnhandledDuration()voidsetUnhandledDuration(java.math.BigDecimal unhandledDuration)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BuildException
public BuildException(java.lang.String message) -
BuildException
public BuildException(java.lang.Exception e)
-
-
Method Details
-
getUnhandledDuration
public java.math.BigDecimal getUnhandledDuration() -
setUnhandledDuration
public void setUnhandledDuration(java.math.BigDecimal unhandledDuration)
-