com.threerings.jpkg.ant.dpkg.scripts.runner
Class UnexpectedScriptTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.jpkg.ant.dpkg.scripts.runner.UnexpectedScriptTypeException
- All Implemented Interfaces:
- Serializable
public class UnexpectedScriptTypeException
- extends Exception
Thrown when a ScriptRunner
encounters a maintainer script type it was not expecting.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedScriptTypeException
public UnexpectedScriptTypeException(MaintainerScript.Type expected)
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.