1.3.2 preparations
This commit is contained in:
parent
14a18fd770
commit
3e50846135
17 changed files with 1929 additions and 1906 deletions
|
|
@ -577,6 +577,10 @@ public abstract class BExpressionContext
|
|||
|
||||
public void parseFile( File file, String readOnlyContext )
|
||||
{
|
||||
if ( !file.exists() )
|
||||
{
|
||||
throw new IllegalArgumentException( "profile " + file + " does not exist" );
|
||||
}
|
||||
try
|
||||
{
|
||||
if ( readOnlyContext != null )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue